home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 121
- Width = 388
- Height = 170
- Caption = 'Registration Form'
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Minion Web'
- Font.Style = [fsItalic]
- OldCreateOrder = False
- PixelsPerInch = 120
- TextHeight = 18
- object Bevel1: TBevel
- Left = 48
- Top = 24
- Width = 273
- Height = 73
- end
- object Label1: TLabel
- Left = 0
- Top = 32
- Width = 43
- Height = 22
- Caption = 'Name'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -20
- Font.Name = 'Garamond'
- Font.Style = [fsItalic]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 328
- Top = 64
- Width = 52
- Height = 22
- Caption = 'RegNo.'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -20
- Font.Name = 'Garamond'
- Font.Style = [fsItalic]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 88
- Top = 112
- Width = 212
- Height = 26
- Caption = 'CrackMe [id:14] by tC...'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -20
- Font.Name = 'MathSoftText'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Edit2: TEdit
- Left = 64
- Top = 64
- Width = 241
- Height = 25
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- TabOrder = 0
- OnChange = main
- end
- object RadioButton1: TRadioButton
- Left = 48
- Top = 0
- Width = 113
- Height = 17
- Caption = 'Single license'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object RadioButton2: TRadioButton
- Left = 184
- Top = 0
- Width = 137
- Height = 17
- Caption = 'Worldwide license'
- TabOrder = 2
- end
- object Edit1: TEdit
- Left = 64
- Top = 32
- Width = 241
- Height = 25
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- TabOrder = 3
- end
- end
-